ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FibonacciTimeZones<T> Class / EndX Property






In This Topic
    EndX Property (FibonacciTimeZones<T>)
    In This Topic
    Gets or sets the ending X data point for the time zones.
    Syntax
    'Declaration
     
    
    Public Property EndX As System.Object
    'Usage
     
    
    Dim instance As FibonacciTimeZones(Of T)
    Dim value As System.Object
     
    instance.EndX = value
     
    value = instance.EndX
    public System.object EndX {get; set;}
    public read-write property EndX: System.TObject; 
    public function get,set EndX : System.Object
    public: __property System.Object* get_EndX();
    public: __property void set_EndX( 
       System.Object* value
    );
    public:
    property System.Object^ EndX {
       System.Object^ get();
       void set (    System.Object^ value);
    }
    Remarks
    If not set, the ending X data point is calculated automatically. The value can be a number or a Date object (for time-based data).
    See Also